Logo
Akamai APIs API Documentation

EdgeWorkers API-Activations

Number of APIs: 5


1. Roll back to the previous active EdgeWorker version

POST https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/activations/rollback



2. Activate an EdgeWorker version

POST https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/activations



3. List activations

GET https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/activations



4. Get an activation

GET https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/activations/:activationId



5. Cancel an activation

DELETE https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/activations/:activationId



ENDPOINTS