Skip to main content

Command Palette

Search for a command to run...

Pausing and Unpausing Projects

Updated
1 min read

Seller → Pausing and Unpausing Projects

Sometimes sellers may want to temporarily hide a project from the marketplace without deleting it. Sidecrate provides a pause feature for this purpose.

Pausing a Project

You can pause a project to temporarily prevent new buyers from seeing or purchasing it.

How to pause a project:

  1. Seller Dashboard: Navigate to your project settings and select Pause.

  2. Sidecrate CLI: Run the following command:

sidecrate pause <PROJECT_ID> pause

Once paused, the project will be hidden from the marketplace until you unpause it.

Unpausing a Project

Currently, projects can only be unpaused using the Sidecrate CLI.

Use the following command:

sidecrate pause <PROJECT_ID> unpause

This will make the project visible again on the marketplace, allowing new buyers to purchase it.

Important Notes

  • Pausing a project does not delete it. Existing buyers will retain access to their purchased version.

  • You can pause and unpause a project as many times as needed.

  • To permanently remove a project (only possible if it has no sales), use the delete option instead.

✅ Use pause when you need a break from selling or are preparing a new project version. Use unpause to relist your project and resume sales.