Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_activation

delete_activation(**kwargs)

Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed nodes. Deleting an activation doesn't de-register managed nodes. You must manually de-register managed nodes.

See also: AWS API Documentation

Request Syntax

response = client.delete_activation(
    ActivationId='string'
)
Parameters
ActivationId (string) --

[REQUIRED]

The ID of the activation that you want to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • SSM.Client.exceptions.InvalidActivationId
  • SSM.Client.exceptions.InvalidActivation
  • SSM.Client.exceptions.InternalServerError
  • SSM.Client.exceptions.TooManyUpdates