<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-network-link-endpoint-create"></a>

# confluent network link endpoint create

## Description

Create a network link endpoint.

```none
confluent network link endpoint create [name] [flags]
```

## Flags

```none
    --network string                REQUIRED: Network ID.
    --network-link-service string   REQUIRED: Network link service ID.
    --description string            Network link endpoint description.
    --context string                CLI context name.
    --environment string            Environment ID.
-o, --output string                 Specify the output format as "human", "json", or "yaml". (default "human")
```

## Global Flags

```none
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
```

## Examples

Create a network link endpoint for network “n-123456” and network link service “nls-abcde1”.

```none
confluent network link endpoint create --network n-123456 --description "example network link endpoint" --network-link-service nls-abcde1
```

Create a named network link endpoint for network “n-123456” and network link service “nls-abcde1”.

```none
confluent network link endpoint create my-network-link-endpoint --network n-123456 --description "example network link endpoint" --network-link-service nls-abcde1
```

## See Also

* [confluent network link endpoint](index.md#confluent-network-link-endpoint) - Manage network link endpoints.
