Bucket activation
Synopsis
Cancel a pending property hostname activation.
Syntax
Undo-BucketActivation [-PropertyName] <String> -HostnameActivationID <String> [-GroupID <String>] [-ContractId <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Undo-BucketActivation -PropertyID <String> -HostnameActivationID <String> [-GroupID <String>] [-ContractId <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
For a property with useHostnameBucket enabled, if you detect a problem with a property hostname while its activation is still PENDING, use this operation to cancel it.
You can retrieve the required ActivationID from the response of the Add-BucketHostname, Remove-BucketHostname, or Get-BucketActivation operation.
Parameters
‑AccountSwitchKey | An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑ContractId | Your contract's ID. The parameter is optional if a property belongs to only one contract; otherwise, you need to specify it along with the |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑GroupID | Your group's ID. The parameter is optional if a property belongs to only one group, otherwise you need to specify it along with the |
‑HostnameActivationIDRequired | Your hostname activation's ID. |
‑PropertyIDConditionally required | Your property's ID. Commonly, you only need to specify either |
‑PropertyNameConditionally required | A human-readable name for your property. Commonly, you only need to specify either |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 3 months ago
