Manage 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. |
|
Creates and executes a job service. |
|
Fetches the named service. |
|
Creates a new, or alter an existing, service. |
|
Deletes a named service. |
|
Fetches the logs for a named service. |
|
Returns the status of a named service. |
|
Lists all the containers of the specified service. |
|
Lists all the instances of the specified service. |
|
Lists all the service roles of the specified service. |
|
Lists all the grants of the specified service role. |
|
Lists all the grants given to the specified service role. |
|
Resumes a previously suspended service. |
|
Suspends a named service. |
|
Lists the endpoints defined in the specified service. |
For reference documentation, see Snowflake Service API reference.