Manage external volumes

The Snowflake REST External Volume API provides the following endpoints to access, update, and perform certain actions on External Volume resources.

Snowflake REST External Volume API endpoints

EndpointDescription
GET /api/v2/external-volumesLists available external volumes.
POST /api/v2/external-volumesCreates an external volume.
GET /api/v2/external-volumes/nameFetches an external volume.
DELETE /api/v2/external-volumes/nameDeletes an external volume.
POST /api/v2/external-volumes/name:undropUndrops an external volume.

For reference documentation, see Snowflake External Volume API reference.