Unlink license from Production to Sandbox

Plauti CLI Commands

If a sandbox is no longer in use or should no longer share your production Plauti license, you can unlink it. This removes the license connection between the environments.

When to Use

  • You're decommissioning or deleting a sandbox
  • You want to enforce licensing separation
  • You refreshed a sandbox and want to clean up the old link

Prerequisites

  • A valid Plauti Cloud API Key
  • Either the sandbox username or organization ID
  • Authenticated access to any Plauti-enabled org

Command

By sandbox username:

sf plauti duplicatecheck sandbox unlink \
  --plauticloudapikey <your-api-key> \
  --sandboxusername <sandbox-username>

Or using org ID:

sf plauti duplicatecheck sandbox unlink \
  --plauticloudapikey <your-api-key> \
  --organizationid 00DR0000001ossaMAA

After Unlinking

  • The sandbox will no longer be able to use the production license
  • You can re-link later if needed