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¶

Endpoint

Description

GET /api/v2/accounts

Lists available accounts.

POST /api/v2/accounts

Creates an account.

DELETE /api/v2/accounts/name

Deletes an account.

POST /api/v2/accounts/name:undrop

Restores an dropped account.

For reference documentation, see Snowflake Account API reference.