Skip to main content

Stop command

supertokens stop [options]

Stops all (if no options are provided) or one specific instance of SuperTokens.

Options

--id

  • Stop an instance of SuperTokens that has a specific PID. An instance's PID can be obtained via the supertokens list command.
  • Example: supertokens stop --id=7634

--help

  • Help for this command.
  • Example: supertokens stop --help