Upsolver SQLake
Contact Support
Search
⌃
K
Links
Overview
Get started
Deploying Upsolver on AWS
Connectors
Data ingestion
Data transformation
Quickstarts
How to guides
SQL command reference
Common SQL syntax
Data types
Clusters
CREATE CLUSTER
ALTER CLUSTER
ROLL CLUSTER
STOP/START CLUSTER
DROP CLUSTER
Connections
Tables
Jobs
Job Monitoring
Errors
Functions and operators reference
System Catalog
Job status
API Integration
CLI
FAQ
Troubleshooting
Upsolver cost estimate
Change log
Powered By
GitBook
Comment on page
STOP/START CLUSTER
The following command can be used to start or stop a given cluster.
Any Job or Table that is configured to run on a stopped cluster will not run. Jobs / Tables that depend on jobs that are running on a stopped cluster will also be blocked.
Syntax
{START | STOP} CLUSTER <cluster_name>
Previous
ROLL CLUSTER
Next
DROP CLUSTER
Last modified
7mo ago