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
| Endpoint | Description |
|---|---|
GET /api/v2/external-volumes | Lists available external volumes. |
POST /api/v2/external-volumes | Creates an external volume. |
GET /api/v2/external-volumes/name | Fetches an external volume. |
DELETE /api/v2/external-volumes/name | Deletes an external volume. |
POST /api/v2/external-volumes/name:undrop | Undrops an external volume. |
For reference documentation, see Snowflake External Volume API reference.