# diagrid call invoke

Invoke methods on an id via the Dapr Service Invocation API

### Description

Invoke HTTP methods on a target id from a caller id via the Dapr Service Invocation API.

### Options

```
  -h, --help   help for invoke
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid call](../call.md)	 - Invoke Catalyst APIs directly
- [diagrid call invoke delete](./delete.md)	 - Send DELETE request to an app
- [diagrid call invoke get](./get.md)	 - Send GET request to an app
- [diagrid call invoke post](./post.md)	 - Send POST request to an app
- [diagrid call invoke put](./put.md)	 - Send PUT request to an app
