curl --location --request POST 'https://api.hetzner.cloud/v1/volumes//actions/attach' \
--header 'Content-Type: application/json' \
--data-raw '{
"automount": false,
"server": 43
}'
{
"action": {
"command": "attach_volume",
"error": {
"code": "action_failed",
"message": "Action failed"
},
"finished": null,
"id": 13,
"progress": 0,
"resources": [
{
"id": 43,
"type": "server"
},
{
"id": 554,
"type": "volume"
}
],
"started": "2016-01-30T23:50:00.000Z",
"status": "running"
}
}