Detach a volume from an instance
PUT/portal/api/v1/volumes/action/:volume_id/detach/:instance_id
This endpoint detaches a volume from a specified instance for the given provider.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Volume detached successfully.
Unauthorized
Not authorized to access the resource
Resource not found.
Resource conflict.
Internal Server Error