Manage database schemas¶
The Snowflake REST Schema API provides the following endpoints to manage Snowflake schemas:
Endpoint |
Description |
---|---|
|
Lists the available schemas. |
|
Creates a schema. |
|
Clones a schema. |
|
Undrop a schema. |
|
Fetches a schema. |
|
Creates a new or alters an existing schema. |
|
Deletes a schema. |
For reference documentation, see Snowflake Schema API reference.