Activation

Undo-EdgeWorkerActivation

Synopsis

Roll back to the previous active EdgeWorker version.

Syntax

Undo-EdgeWorkerActivation -EdgeWorkerName <String> -Network <String> [-Note <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Undo-EdgeWorkerActivation -EdgeWorkerID <Int32> -Network <String> [-Note <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Reactivates the EdgeWorker version that was previously active on Akamai's staging or production network. You can specify an EdgeWorker by either 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.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑EdgeWorkerID
Conditionally required

Your EdgeWorker's ID.

‑EdgeWorkerName
Conditionally required

Your Edge Worker's name.

‑Network
Required

When enabled, limits results to show only versions activated on a specific network, either STAGING or PRODUCTION. Pair this with activeOnNetwork=true to get the version that's currently active on the specified network.

‑Note

A note to specify why the revision is being reactivated.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

Related Links