How do I troubleshoot without shell access?
Last updated: May 21, 2026
QUESTION
Something has gone wrong in my customer's install and I need to debug. How do I run one off commands?
ANSWER
When you navigate to an install, under the "Manage" dropdown, there's an option to "Run adhoc action".

These don't require writing/syncing a TOML file and can be run directly from the UI. They can be one line shell commands or multiline scripts. Anything that would go into an action TOML file's inline_contents attribute can be used here.

After the action executes, you can click "Edit and rerun" to iterate on your script.
DOCS