Activation
Remove-EdgeWorkerActivation
Synopsis
Cancel an activation.
Syntax
Remove-EdgeWorkerActivation -EdgeWorkerName <String> -ActivationID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Remove-EdgeWorkerActivation -EdgeWorkerID <Int32> -ActivationID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Cancels a pending activation. You can cancel any activation whose status is still PRESUBMIT
, PENDING
, or IN_PROGRESS. After that, you need to wait for activation to complete and then deactivate it. Once deactivation is complete, you can then delete the EdgeWorker version. You can specify an EdgeWorker by either its name or ID.
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. |
‑ActivationID Required |
Your EdgeWorker activation's ID. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑EdgeWorkerID Conditionally required |
Your EdgeWorker's ID. |
‑EdgeWorkerName Conditionally required |
Your Edge Worker's name. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 14 days ago