Hi@Anjani,
You can change the definition of an existing schema. Use this below command to rename a schema or change the owner of a schema.
ALTER SCHEMA schema_name { RENAME TO new_name | OWNER TO new_owner | QUOTA { quota [MB | GB | TB] | UNLIMITED } }