EdgeWorker version
Synopsis
Delete version.
Syntax
Remove-EdgeWorkerVersion -Version <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Remove-EdgeWorkerVersion -EdgeWorkerName <String> -Version <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Remove-EdgeWorkerVersion -EdgeWorkerID <Int32> -Version <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Deletes a specific version.
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. |
‑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 17 days ago
