Skip to main content
POST
/
v0
/
vms
/
replace
Replace a VM
curl --request POST \
  --url https://api.sfcompute.com/v0/vms/replace \
  --header 'Content-Type: application/json' \
  --data '
{
  "vm_id": "<string>"
}
'
{
  "replaced": "<string>",
  "replaced_by": "<string>"
}

Body

application/json
vm_id
string
required

Response

replaced
string
required
replaced_by
string
required