--- layout: commands page_title: 'Commands: Intention Create' description: >- The `consul intention create` command creates and updates L4 service intentions. It was deprecated in Consul v1.9.0; use `consul config` instead. --- # Consul Intention Create -> **Deprecated** - This command is deprecated in Consul 1.9.0 in favor of using the [config entry CLI command](/consul/commands/config/write). To create an intention, create or modify a [`service-intentions`](/consul/docs/connect/config-entries/service-intentions) config entry for the destination. Command: `consul intention create` Corresponding HTTP API Endpoint: [\[POST\] /v1/connect/intentions](/consul/api-docs/connect/intentions#create-intention-with-id) The `intention create` command creates or updates an L4 intention. The table below shows this command's [required ACLs](/consul/api-docs/api-structure#authentication). Configuration of [blocking queries](/consul/api-docs/features/blocking) and [agent caching](/consul/api-docs/features/caching) are not supported from commands, but may be from the corresponding HTTP endpoint. | ACL Required | | ------------------------------ | | `intentions:write`1 |
1 Intention ACL rules are specified as part of a{' '}
service
rule. See{' '}
Intention Management Permissions
{' '}
for more details.