Manage accounts

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

Snowflake REST Account API endpoints

EndpointDescription
GET /api/v2/accountsLists available accounts.
POST /api/v2/accountsCreates an account.
DELETE /api/v2/accounts/nameDeletes an account.
POST /api/v2/accounts/name:undropRestores a dropped account.

For reference documentation, see Snowflake Account API reference.