The confirmation summary lists resource counts, but does not call out which resources will be deleted. Review the Sync behavior section below before running
deploy on a project where you may have removed local entities, connectors, agents, or agent skills.connectors push.
You can also deploy resources individually using entities push, functions deploy, connectors push, auth push, and site deploy.
Before running this command, ensure that your built frontend files are in the directory specified by site.outputDirectory in your config.jsonc file.
Usage
Flags
Sync behavior
The deploy command creates and updates all resource types, but handles deletions differently for functions than for entities, connectors, agents, and agent skills.Entities, connectors, agents, and agent skills
Entities, connectors, agents, and agent skills are fully synced, the same way asentities push, connectors push, agents push, and agent-skills push. Remote resources not found locally are removed:
Functions
Functions are deployed but not pruned. Remote functions not found locally are left unchanged. To remove remote functions that are no longer in your project, usefunctions deploy --force.
See also
- Entities: Learn about database schema configuration
- Connectors: Set up OAuth connections to third-party services
- About Agents: Configure AI agents for your app
- Agent Skills: Define reusable instruction sets for your agents
- Backend Functions: Create serverless API endpoints
functions deploy: Deploy functions individually with selective deploy and pruning options