PUT /api/v3/envs/actions/revert

Reverts an environment to a specified snapshot

Request Path

PUT /api/v3/envs/actions/revert?envId={envId}&snapshotId={snapshotId}

Request Payload

None

Parameters

envId Specifies the environment, where {envId} is the environment’s ID. To retrieve environment IDs, use GET /api/v3/envs.
snapshotId Specifies the snapshot to which to revert the environment, where {snapshotId} is the snapshot’s ID. If null, the environment will be reverted to the default snapshot.

Response

None