Notebook services: ALTER SERVICE <SERVICE_NAME> RESUME command no longer supported (Pending)

Attention

This behavior change is in the 2026_07 bundle.

For the current status of the bundle, refer to Bundle history.

Notebook services are the underlying services that support running .ipynb and .py files in Workspaces.

Before the change:

Users can resume a notebook service using the following SQL command:

ALTER SERVICE <service_name> RESUME;
After the change:

Users can no longer resume a notebook service using the SQL command ALTER SERVICE <service_name> RESUME;. Notebook services remain fully manageable in Snowsight.

Ref: 2403