Llamactl Deploy
Description
Action to update a LlamaAgent deployment through llamactl
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
llamactl-deploy
Update LlamaAgent Deployments
Update a LlamaAgent deployment on LlamaCloud
Usage
Inputs
| Name | Description | Required | Default |
|---|---|---|---|
llama-cloud-api-key |
API key for LlamaCloud | true | '' |
llama-cloud-project-id |
Project ID for LlamaCloud | true | '' |
deployment-id |
ID of the deployed LlamaAgent | true | '' |
git-reference |
Git reference for deployment update | false | '' |
Output
This action does not produce outputs.
Example Usage
name: Update LlamaAgent Deployment
on:
push:
branches:
- main
jobs:
update-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update deployment
uses: run-llama/llamactl-deploy@a883f44eb9512d33714db4b0c545a099b93577ec
with:
llama-cloud-api-key: ${{ secrets.LLAMA_CLOUD_API_KEY }}
llama-cloud-project-id: ${{ secrets.LLAMA_CLOUD_PROJECT_ID }}
deployment-id: "your-deployment-id"
git-reference: ${{ github.sha }} # not required
How does it work
This action works by:
- Setting up uv (through
astral-sh/setup-uv) - Running
llamactl authfor token-based authentication to LlamaCloud - Running
llamactl deployments update(with the optional--git-refifgit-referenceis provided as input)
References
Get to know more about `llamactl` and LlamaAgents in [the dedicated documentation](https://developers.llamaindex.ai/python/cloud/llamaagents/getting-started/)
Contributing
Contributions (both for the blog and for the source code) are more than welcome! You can find a detail contribution guide [here](./CONTRIBUTING.md).
License
The code is provided under the [MIT License](./LICENSE)
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps