UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

Dernière mise à jour 7 mai 2026

uip is

uip is is the Integration Service tool: it manages the connector platform that brokers OAuth connections to external SaaS and runs CRUD activities against them. The tool is organized around five resources — connectors (the catalog), connections (OAuth sessions for an account), activities (per-connector operation definitions), resources (connector objects and their data-plane operations), and triggers (event-driven connector operations). Install it with uip tools install is, or invoke uip is … and let auto-install run. See Tools (plugins) for the install model and uip tools for the command that manages tool installation. is is the command prefix; the underlying package is @uipath/integrationservice-tool.

Most read commands cache responses per-tenant on disk to keep interactive use responsive; pass --refresh on any cached command to force a fresh fetch.

Ressources

Each resource has its own reference page. The verb set on each page matches the commands registered by uip is — run uip is --help to confirm the full surface on your installation.

RessourceObjectif
.mvpThe connector catalog — every integration the tenant can reach.
ConnexionsTenant-side OAuth credentials/sessions for a connector.
Activités (Activities)The operations a connector exposes (CreateTicket, ListAllRecords, etc.).
RessourcesConnector objects (tickets, contacts, files), with describe and runtime execute.
Déclencheurs (Triggers)Event hooks (CREATED, UPDATED, DELETED) the connector can fire.

Synopsis

uip is <resource> <verb> [options]
uip is <resource> <verb> [options]

Always uip is, never uip integration-service. is is the tool's command prefix (see the commandPrefix column in uip tools list).

Common flags

A small set of flags recurs across the resource verbs. They behave the same way wherever they appear:

DrapeauUsed byObjectif
-t, --tenant <tenant-name>every verbOverride the tenant selected at authentication time. Optional; omit to use the session default.
--refreshcached read verbs (list, describe, get, objects)Force a re-fetch from the API and update the on-disk cache.
--connection-id <id>many verbsScope a request to one connection. Required by every resources execute verb; optional on metadata reads, where it lets the server include custom objects/fields.

Verb-specific flags (filters, bodies, query parameters) are documented on each resource page.

Global options and exit codes

All uip is verbs honor the four global options (--output, --output-filter, --log-level, --log-file). Exit codes follow the shared contract.

Voir également

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour