Skip to main content
POST
/
api
/
v1
/
cvms
/
{cvm_id}
/
revisions
/
{revision_id}
/
redeploy
Redeploy CVM from a specific revision
curl --request POST \
  --url https://cloud-api.phala.com/api/v1/cvms/{cvm_id}/revisions/{revision_id}/redeploy
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

cvm_id
string
required
revision_id
string
required

Query Parameters

transaction_hash
string | null

Optional transaction hash proving on-chain compose hash registration

Response

Activation initiated