Working with Snowflake Container Services¶
The Snowflake REST Service API provides the following endpoints to manage Snowflake services:
Endpoint |
Description |
---|---|
|
Lists available services for the named database and schema. |
|
Creates a service. |
|
Fetches the named service associated with a specified database and schema. |
|
Deletes a named database from a specified database and schema. |
|
Fetches the logs for a named service. |
|
Returns the status of a named service. |
|
Resumes a previously suspended service. |
|
Suspends a named service. |
|
Gets the endpoints defined in the specified service. |
For reference documentation, see Snowflake Service API reference.