panelica_python_apps_post_v1_python_apps_id_pip
Execute pip commands on a Python application to manage packages, dependencies, and environments. Install, upgrade, or uninstall Python packages through the hosting panel API.
Instructions
Run pip command
HTTP: POST /v1/python/apps/:id/pip Category: Python Apps Required scopes: apps:write Mutating: changes server state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | No | Request body (application/json). Schema not statically declared — see API docs. |