Command Palette

Search for a command to run...

vercel_integration_resource

Manage native integration product resources

Syntax
vercel integration-resource [subcommand] [resource-name]
Subcommands
Available subcommands for this command
remove

Uninstall product resource

vercel integration-resource remove [resource-name] (--disconnect-all)
disconnect

Disconnect resource from projects

all_projects:

vercel integration-resource disconnect [resource-name] --all

specific:

vercel integration-resource disconnect [resource-name] [project-name]
Examples
Common usage examples
vercel integration-resource remove database-prod --disconnect-all
vercel integration-resource disconnect redis-cache --all
vercel integration-resource disconnect postgres my-project
Use Cases
When to use this command
  • Remove integration resources
  • Disconnect from projects
  • Resource management