Request

POST <https://api.fluidstack.io/v1/volume>

Example

curl -H "Content-Type: application/json" --request POST '<https://api.fluidstack.io/v1/volume>' -u '<your_api_key>:<your_api_token>' --data '{ "name": "<your_volume_name>", "server_id":"<your_instance_id>", "size": <volume_size>}'

Example Response

{
  "success": true,
  "volume_id": "recb9TBYS5SwVL0X7"
}

Please check that billing is correct for Block Storage on the:

Next

Previous