curl --request PATCH \
--url https://iaas-api.liara.ir/vm/power/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "<string>"
}
'This response has no body data.set power of a vm that user owns
curl --request PATCH \
--url https://iaas-api.liara.ir/vm/power/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "<string>"
}
'This response has no body data.