Hi Prince! Deployment names do not have to be unique across all deployments, but they must be unique for a given flow ID. That's why you'd need to specify `flow_name/deployment_name`when you trigger a deployment. For example, if you want to run a deployment with the python SDK:
run_deployment(name="my-first-flow/my-first-deployment", ...)