Skip to main content
GET
/
api
/
v1
/
cvms
/
{cvm_id}
/
docker-compose.yml
Get Docker Compose file
curl --request GET \
  --url https://cloud-api.phala.com/api/v1/cvms/{cvm_id}/docker-compose.yml
"<string>"

Path Parameters

cvm_id
string
required

Response

Docker Compose YAML content

The response is of type string.