mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
* feat(api): Add agent shutdown lifecycle states * feat(agent): Add shutdown_script support * feat(agent): Add shutdown_script timeout * feat(site): Support new agent lifecycle states --- Co-authored-by: Marcin Tojek <marcin@coder.com>
3 lines
143 B
SQL
3 lines
143 B
SQL
-- Set a non-default lifecycle_state.
|
|
UPDATE workspace_agents SET lifecycle_state = 'ready' WHERE id = '7a1ce5f8-8d00-431c-ad1b-97a846512804';
|