MCPcopy
hub / github.com/crewAIInc/crewAI / deploy_remove

Function deploy_remove

lib/cli/src/crewai_cli/cli.py:641–644  ·  view source on GitHub ↗

Remove a deployment.

(uuid: str | None)

Source from the content-addressed store, hash-verified

639@deploy.command(name="remove")
640@click.option("-u", "--uuid", type=str, help="Crew UUID parameter")
641def deploy_remove(uuid: str | None) -> None:
642 """Remove a deployment."""
643 deploy_cmd = DeployCommand()
644 deploy_cmd.remove_crew(uuid=uuid)
645
646
647@crewai.group()

Callers

nothing calls this directly

Calls 2

remove_crewMethod · 0.95
DeployCommandClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…