Deactivation
New-EdgeWorkerDeactivation
Synopsis
Deactivate an EdgeWorker version.
Syntax
New-EdgeWorkerDeactivation -EdgeWorkerName <String> -Version <String> -Network <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-EdgeWorkerDeactivation -EdgeWorkerID <Int32> -Version <String> -Network <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Deactivates an existing EdgeWorker version on Akamai's staging or production network. You can specify an EdgeWorker by either its name, ID, or version. The -Version parameter is a specific version number or the word latest.
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. | 
| ‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to  | 
| ‑EdgeWorkerIDConditionally required | Your EdgeWorker's ID. | 
| ‑EdgeWorkerNameConditionally required | Your Edge Worker's name. | 
| ‑NetworkRequired | When enabled, limits results to show only versions activated on a specific network, either  | 
| ‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to  | 
| ‑VersionRequired | Your EdgeWorker's version, either an integer or the word  | 
Related Links
Updated 4 months ago
