# `smallforce ads google negative-keyword-lists`

Manage Google Ads negative-keyword-lists

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.8. Run `smallforce ads google negative-keyword-lists --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce ads google negative-keyword-lists list`](/docs/cli/commands/ads/google/negative-keyword-lists/list): List shared negative keyword lists
- [`smallforce ads google negative-keyword-lists create`](/docs/cli/commands/ads/google/negative-keyword-lists/create): Create a shared negative keyword list, initially unattached
- [`smallforce ads google negative-keyword-lists get`](/docs/cli/commands/ads/google/negative-keyword-lists/get): Read a shared list and its keywords
- [`smallforce ads google negative-keyword-lists rename`](/docs/cli/commands/ads/google/negative-keyword-lists/rename): Rename a shared negative keyword list
- [`smallforce ads google negative-keyword-lists delete`](/docs/cli/commands/ads/google/negative-keyword-lists/delete): Delete a shared list after detaching it from all campaigns
- [`smallforce ads google negative-keyword-lists replace-keywords`](/docs/cli/commands/ads/google/negative-keyword-lists/replace-keywords): Replace all keywords in a shared list; affects every attached campaign

## Complete command help

```text
Usage: smallforce ads google negative-keyword-lists [options] [command]

Manage Google Ads negative-keyword-lists

Options:
  -h, --help                             display help for command

Commands:
  list [options]                         List shared negative keyword lists
  create [options]                       Create a shared negative keyword list, initially unattached
  get [options] <targetId>               Read a shared list and its keywords
  rename [options] <targetId>            Rename a shared negative keyword list
  delete [options] <targetId>            Delete a shared list after detaching it from all campaigns
  replace-keywords [options] <targetId>  Replace all keywords in a shared list; affects every
                                         attached campaign
  help [command]                         display help for command
```

## Related reference

- [`smallforce ads google`](/docs/cli/commands/ads/google): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
