curl --request GET \
--url https://api.cnap.tech/v1/compute/machines/{providerId}/drift \
--header 'Authorization: Bearer <token>'{
"drifted": true,
"reason": "<string>"
}Checks if a machine has drifted from its desired compute configuration.
curl --request GET \
--url https://api.cnap.tech/v1/compute/machines/{providerId}/drift \
--header 'Authorization: Bearer <token>'{
"drifted": true,
"reason": "<string>"
}Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://cnap.tech/account/tokens
Provider-assigned machine ID