Delete Service
Delete the cloud hosting service
Basic Usage
Enter the following command to delete the cloud hosting service in the current environment.
tcb cloudrun delete
Advanced Usage
Manually specify relevant parameters to delete a specific service:
tcb cloudrun delete -e <Environment ID> --serviceName <Service Name> --force
Command Line Parameters
The supported command line parameters are as follows:
Options:
-e, --envId <envId> Environment ID
-s, --serviceName <serviceName> Service name
--force Force deletion without confirmation
-h, --help Display command help information