Skip to main content
POST
/
api
/
v1
/
status
/
batch
Handle Batch Cvm Status
curl --request POST \
  --url https://cloud-api.phala.com/api/v1/status/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "vm_uuids": [
    "<string>"
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.phala.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
vm_uuids
string[]
required

Response

Successful Response

{key}
CvmStatus · object

CVM status information for API response.

This schema is used for both internal status determination and API responses. Contains current state, progress information, and async operation tracking.