EdgeWorker version
Remove-EdgeWorkerVersion
Synopsis
Delete version.
Syntax
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 |
‑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 |
‑Version Required |
Your EdgeWorker's version, either an integer or the word |
Related Links
Updated 8 days ago