STOP SANDBOX

Syntax

STOP SANDBOX;

Description

This stops a currently running sandbox in the user’s environment.

Examples

When a sandbox is stopped, it transitions to the STOPPING status:

demodb.public/demostore# STOP SANDBOX;
demodb.public/demostore# DESCRIBE SANDBOX;
Status: STOPPING
ID: e85765aa-1132-466d-bac6-7fdc59b70e7e
Created at: 2023-02-10T16:10:01Z
Updated at: 2023-02-10T16:11:45Z
Region: AWS us-east-1
Function sources:
  Name | Description  
-------+--------------

Once the sandbox is fully stopped, it transitions to the STOPPED status:

demodb.public/demostore# DESCRIBE SANDBOX;
Status: STOPPED

Last updated